contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(T[] arr, T val)
    pragma(inline, true) pure nothrow @nogc
    bool
    contains
    (
    T
    )
    (
    in T[] arr
    ,
    T val
    )
  2. bool contains(T[] tuple, V val)
  3. bool contains(T[] arr, Q val)
  4. bool contains(T[] arr, Q val)

Meta